From db6079a020567b8f476b39f1cd65116af53f26ea Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sun, 12 Apr 2009 18:15:09 +0000 Subject: [PATCH] Fix up r49428: add missing brace --- includes/GlobalFunctions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index d69c2891fc..964213c59c 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1244,6 +1244,7 @@ function wfArrayToCGI( $array1, $array2 = NULL ) } $cgi .= urlencode( $key ) . '=' . urlencode( $value ); + } } } return $cgi; -- 2.20.1